|
|
|
|
LastItem Property, SftTree Class |
Returns the last item in the control on level 0.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property LastItem As ItemClass |
C# |
public ItemClass LastItem { get; } |
C++ |
Property Value
The last item or null/Nothing if the control's item collection is empty.
Comments
The LastItem property returns the last item in the control on level 0.
The returned item is the last item in the control on level 0.
This is equivalent to the ItemCollectionClass.Last property.